home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.smallbiz4.tem.STYLE1.CSS.en < prev    next >
Encoding:
Text File  |  2009-06-09  |  1.9 KB  |  112 lines

  1. ∩╗┐@import url("layout.css");
  2. body {
  3.     font-family: Verdana, Arial, Helvetica, sans-serif;
  4.     font-size: 0.8em;
  5.     color: #000;
  6.     background-color: #abc;
  7. }
  8. #container {
  9.     width: 646px;
  10.     margin: 0 auto;
  11.     background-image: url("../images/msfp_smbus2_01.gif");
  12.     background-repeat: repeat-y;
  13.     background-attachment: scroll;
  14. }
  15. #masthead {
  16.     width: 626px;
  17.     margin-top: 0;
  18.     margin-right: 10px;
  19.     margin-bottom: 0;
  20.     margin-left: 10px;
  21.     overflow: auto;
  22.     background-color: #bde;
  23. }
  24. #sidebar {
  25.     float: left;
  26.     width: 150px;
  27.     background-color: #d3d3d3;
  28.     position: relative;
  29.     clear: both;
  30.     margin-left: 10px;
  31.     display: inline;
  32. }
  33. #content {
  34.     float: right;
  35.     width: 456px;
  36.     margin-top: 0;
  37.     margin-right: 10px;
  38.     margin-left: 0;
  39.     padding: 10px;
  40.     background-color: #fff;
  41.     position: relative;
  42. }
  43. #footer {
  44.     text-align: center;
  45.     clear: both;
  46.     width: 626px;
  47.     margin-right: 10px;
  48.     margin-left: 10px;
  49.     padding: 0;
  50.     overflow: auto;
  51.     background-color: #689;
  52. }
  53. #masthead img {
  54.     float: left;
  55. }
  56. #masthead p {
  57.     font-size: 0.8em;
  58.     text-align: right;
  59.     margin-top: 10px;
  60.     margin-right: 10px;
  61. }
  62. /* Styles for Navigation */
  63. #sidebar ul {
  64.     list-style-type: none;
  65.     width: 100%;
  66.     display: block;
  67.     margin: 0;
  68.     padding: 0;
  69. }
  70. #sidebar li {
  71.     font-size: 0.9em;
  72.     display: block;
  73.     margin: 0;
  74.     padding: 0;
  75.     border: 1px solid #d3d3d3;
  76. }
  77. #sidebar a {
  78.     font-weight: bold;
  79.     text-decoration: none;
  80.     color: #118;
  81.     display: block;
  82.     padding: 5px;
  83.     border-bottom: 1px solid #f2f2f2;
  84. }
  85. #sidebar a:hover {
  86.     font-weight: bold;
  87.     text-decoration: none;
  88.     color: #118;
  89.     border-bottom: 1px solid #f2f2f2;
  90.     background-color: #f2f2f2;
  91. }
  92. /* Styles for Footer */
  93. #footer p {
  94.     font-size: 0.8em;
  95.     color: #fff;
  96.     margin: 2px;
  97.     padding: 2px;
  98. }
  99. #footer a {
  100.     color: #fff;
  101.     text-decoration: underline;
  102. }
  103. #footer a:hover {
  104.     color: #fff;
  105.     text-decoration: none;
  106. }
  107. .style_bold {
  108.     font-weight: bold;
  109. }
  110. .style_italic {
  111.     font-style: italic;
  112. }